home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
EnigmA Amiga Run 1996 March
/
EnigmA AMIGA RUN 05 (1996)(G.R. Edizioni)(IT)[!][issue 1996-03][Skylink CD IV].iso
/
earcd
/
util1
/
jukebx21.lha
/
JukeBox_2.1
/
block.jb
< prev
next >
Wrap
Text File
|
1993-01-29
|
249b
|
12 lines
/* block trace */
/* (c) copyright 1992,93 by F.J. Reichert */
options results;
say 'tracing block addresses, press [ESC] to end';
do forever;
current block;
say 'current block address='||result;
current break;
if result ~= 0 then leave;
end;